home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / apparmor.d / tunables / home < prev    next >
Text File  |  2009-10-17  |  875b  |  22 lines

  1. # $Id: home 12 2006-04-12 21:35:41Z steve-beattie $
  2. # ------------------------------------------------------------------
  3. #
  4. #    Copyright (C) 2006 Novell/SUSE
  5. #
  6. #    This program is free software; you can redistribute it and/or
  7. #    modify it under the terms of version 2 of the GNU General Public
  8. #    License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11.  
  12. # @{HOME} is a space-separated list of all user home directories. While
  13. # it doesn't refer to a specific home directory (AppArmor doesn't
  14. # enforce discretionary access controls) it can be used as if it did
  15. # refer to a specific home directory
  16. @{HOME}=@{HOMEDIRS}/*/ /root/
  17.  
  18. # @{HOMEDIRS} is a space-separated list of where user home directories
  19. # are stored, for programs that must enumerate all home directories on a
  20. # system. 
  21. @{HOMEDIRS}=/home/
  22.